home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 5-Fonts & Software / HyperCard 1.2.5 / Help Stacks / Help / card_11754.txt < prev    next >
Text File  |  1989-09-06  |  879b  |  42 lines

  1. -- card: 11754 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 4507
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. Constants
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. The opposite of variables, constants contain values that always remain the same throughout HyperCard.
  15.  
  16. Use to test the result of ShiftKey, OptionKey, CommandKey, or mouse:
  17.     if the shiftKey = down then exit mouseUp
  18. A text string with nothing in it (the same as "").  Put empty in a field to wipe out the old contents.  
  19. The opposite of true and the result of tests (such as 
  20. A > B).  Store false into variables that are later tested.
  21.    put false into confirmed 
  22. (. . . later)
  23.    if confirmed then . . . 
  24.  
  25.  
  26. -- part contents for background part 44
  27. ----- text -----
  28.  
  29.  
  30.  
  31. down
  32.  
  33.  
  34. empty
  35.  
  36. false
  37.  
  38.  
  39.  
  40. -- part contents for background part 43
  41. ----- text -----
  42. 267,189